home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global RecipeNum, CurrVideo, gProgrmPathOnHD
- set the visible of sprite 16 to 0
- repeat with i = 19 to 25
- set the visible of sprite i to 0
- case i of
- 20, 21, 23, 24, 25:
- set the cursor of sprite i to 0
- end case
- end repeat
- puppetSprite(24, 0)
- puppetSprite(25, 0)
- repeat with i = 31 to 36
- set the visible of sprite i to 0
- end repeat
- set the cursor of sprite 13 to -1
- set the cursor of sprite 17 to -1
- forget(window "notes")
- DoMovie(CurrVideo)
- end
-